|
linbox
|
#include <signature.h>
Data Structures | |
| class | BLAS_LPM_Method |
| class | Minpoly_Method |
Public Member Functions | |
| template<class Matrix> | |
| bool | isPosDef (const Matrix &M) |
Static Public Member Functions | |
| template<class Matrix> | |
| static bool | isPosDef (const Matrix &M, const BLAS_LPM_Method &meth) |
| template<class Matrix> | |
| static bool | isPosDef (const Matrix &M, const Minpoly_Method &meth) |
| template<class Matrix> | |
| static bool | isPosSemiDef (const Matrix &M, const BLAS_LPM_Method &meth) |
| template<class Matrix> | |
| static bool | isPosSemiDef (const Matrix &M, const Minpoly_Method &meth) |
Static Protected Member Functions | |
| template<class Vector> | |
| static bool | allPos (const Vector &v) |
| template<class Vector> | |
| static bool | allNonNeg (const Vector &v) |
| template<class Matrix, class Vector> | |
| static Vector & | semiD (Vector &out, const Matrix &M) |
| template<class Vector, class Matrix> | |
| static Vector & | symmetricLU (Vector &v, const Matrix &IM) |
| template<class Matrix> | |
| static long | rank_random (const Matrix &M) |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |