Public Attributes

mod_matrix::t_svd Type Reference

type t_svd More...

List of all members.

Public Attributes

type(matrixS
type(matrixU
type(matrixV

Detailed Description

type t_svd

[S,V,D] with A = U*S*V' , S>=0 , U'*U = Iu , and V'*V = Iv

Author:
Abal-Kassim Cheik Ahamed <akcheik@gmail.com>
Parameters:
S : type(vector), diagonal matrix (singular values)
V : type(matrix), orthogonal or unitary square matrix V'*V = Iv
U : type(matrix), orthogonal or unitary square matrix U'*U = Iu
Date:
28th of March, 2011
Remarks:

Definition at line 86 of file matrix.f90.


The documentation for this type was generated from the following file:
 All Classes Namespaces Files Functions Variables Defines