MyraMath
Classes
rangespace.h File Reference

Returns orthonormal basis for the range of A. More...

#include <myramath/utility/Number.h>
Include dependency graph for rangespace.h:

Go to the source code of this file.

Classes

class  myra::Matrix< Number >
 Tabulates an IxJ matrix. Allows random access, has column major layout to be compatible with BLAS/LAPACK. More...
 
class  myra::CMatrixRange< Number >
 Represents a const MatrixRange. More...
 

Functions

Matrix< NumberS > myra::rangespace (const CMatrixRange< NumberS > &A, float tolerance=1.0e-5)
 Returns orthonormal basis for the range of A. The tolerance for rank detection can be optionally supplied.
 
Matrix< NumberD > myra::rangespace (const CMatrixRange< NumberD > &A, double tolerance)
 Returns orthonormal basis for the range of A. The tolerance for rank detection can be optionally supplied.
 
Matrix< NumberC > myra::rangespace (const CMatrixRange< NumberC > &A, float tolerance)
 Returns orthonormal basis for the range of A. The tolerance for rank detection can be optionally supplied.
 
Matrix< NumberZ > myra::rangespace (const CMatrixRange< NumberZ > &A, double tolerance)
 Returns orthonormal basis for the range of A. The tolerance for rank detection can be optionally supplied.
 

Detailed Description

Returns orthonormal basis for the range of A.