You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
Matrix Structure
>
Matrix Methods
>
SVD Method
>
Matrix.SVD Method (TMtx, TVec, TMtx, bool)
Dew Math for .NET
Matrix.SVD Method (TMtx, TVec, TMtx, bool)
Matrix Structure
Matrix Members
Dew.Math Namespace
SVD Method
Collapse All
Matrix
version of SVD. Perfroms a SVD for each U and V matrices columns in single pass.
Syntax
C#
Visual Basic
public
TMtx
SVD
(
TMtx
U
,
TVec
S
,
TMtx
V
,
bool
MinSize
);
Public
Function
SVD
(
U
As
TMtx
,
S
As
TVec
,
V
As
TMtx
,
MinSize
=
true
)
As
TMtx
Group
SVD Method
Links
Matrix Structure
,
Matrix Members
,
Dew.Math Namespace
,
SVD Method
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!