GEOSX
|
This is the complete list of members for geosx::BlasLapackLA, including all inherited members.
determinant(MatRowMajor< real64 const > const &A) | geosx::BlasLapackLA | static |
determinant(MatColMajor< real64 const > const &A) | geosx::BlasLapackLA | static |
getRandomNumberGeneratorSeed(arraySlice1d< int > const &seed) | geosx::BlasLapackLA | static |
MatColMajor typedef | geosx::BlasLapackLA | |
matrixCopy(MatRowMajor< real64 const > const &A, MatRowMajor< real64 > const &B) | geosx::BlasLapackLA | static |
matrixCopy(MatColMajor< real64 const > const &A, MatColMajor< real64 > const &B) | geosx::BlasLapackLA | static |
matrixEigenvalues(MatRowMajor< real64 const > const &A, Vec< std::complex< real64 > > const &lambda) | geosx::BlasLapackLA | static |
matrixEigenvalues(MatColMajor< real64 const > const &A, Vec< std::complex< real64 > > const &lambda) | geosx::BlasLapackLA | static |
matrixInverse(MatRowMajor< real64 const > const &A, MatRowMajor< real64 > const &Ainv, real64 &detA) | geosx::BlasLapackLA | static |
matrixInverse(MatColMajor< real64 const > const &A, MatColMajor< real64 > const &Ainv, real64 &detA) | geosx::BlasLapackLA | static |
matrixInverse(MatRowMajor< real64 const > const &A, MatRowMajor< real64 > const &Ainv) | geosx::BlasLapackLA | static |
matrixInverse(MatColMajor< real64 const > const &A, MatColMajor< real64 > const &Ainv) | geosx::BlasLapackLA | static |
matrixMatrixAdd(MatRowMajor< real64 const > const &A, MatRowMajor< real64 > const &B, real64 const alpha=1.) | geosx::BlasLapackLA | static |
matrixMatrixAdd(MatColMajor< real64 const > const &A, MatColMajor< real64 > const &B, real64 const alpha=1.) | geosx::BlasLapackLA | static |
matrixMatrixMultiply(MatRowMajor< real64 const > const &A, MatRowMajor< real64 const > const &B, MatRowMajor< real64 > const &C, real64 const alpha=1.0, real64 const beta=0.0) | geosx::BlasLapackLA | static |
matrixMatrixTMultiply(MatRowMajor< real64 const > const &A, MatRowMajor< real64 const > const &B, MatRowMajor< real64 > const &C, real64 const alpha=1.0, real64 const beta=0.0) | geosx::BlasLapackLA | static |
matrixNorm1(MatRowMajor< real64 const > const &A) | geosx::BlasLapackLA | static |
matrixNorm1(MatColMajor< real64 const > const &A) | geosx::BlasLapackLA | static |
matrixNormFrobenius(MatRowMajor< real64 const > const &A) | geosx::BlasLapackLA | static |
matrixNormFrobenius(MatColMajor< real64 const > const &A) | geosx::BlasLapackLA | static |
matrixNormInf(MatRowMajor< real64 const > const &A) | geosx::BlasLapackLA | static |
matrixNormInf(MatColMajor< real64 const > const &A) | geosx::BlasLapackLA | static |
matrixRand(MatRowMajor< real64 > const &A, RandomNumberDistribution const &idist=RandomNumberDistribution::UNIFORM_01) | geosx::BlasLapackLA | static |
matrixRand(MatColMajor< real64 > const &A, RandomNumberDistribution const &idist=RandomNumberDistribution::UNIFORM_01) | geosx::BlasLapackLA | static |
matrixScale(real64 const alpha, MatRowMajor< real64 > const &A) | geosx::BlasLapackLA | static |
matrixScale(real64 const alpha, MatColMajor< real64 > const &A) | geosx::BlasLapackLA | static |
matrixSVD(MatRowMajor< real64 const > const &A, MatRowMajor< real64 > const &U, Vec< real64 > const &S, MatRowMajor< real64 > const &VT) | geosx::BlasLapackLA | static |
matrixSVD(MatColMajor< real64 const > const &A, MatColMajor< real64 > const &U, Vec< real64 > const &S, MatColMajor< real64 > const &VT) | geosx::BlasLapackLA | static |
matrixTMatrixMultiply(MatRowMajor< real64 const > const &A, MatRowMajor< real64 const > const &B, MatRowMajor< real64 > const &C, real64 const alpha=1.0, real64 const beta=0.0) | geosx::BlasLapackLA | static |
matrixTMatrixTMultiply(MatRowMajor< real64 const > const &A, MatRowMajor< real64 const > const &B, MatRowMajor< real64 > const &C, real64 const alpha=1.0, real64 const beta=0.0) | geosx::BlasLapackLA | static |
matrixTVectorMultiply(MatRowMajor< real64 const > const &A, Vec< real64 const > const &X, Vec< real64 > const &Y, real64 const alpha=1.0, real64 const beta=0.0) | geosx::BlasLapackLA | static |
matrixVectorMultiply(MatRowMajor< real64 const > const &A, Vec< real64 const > const &X, Vec< real64 > const &Y, real64 const alpha=1.0, real64 const beta=0.0) | geosx::BlasLapackLA | static |
MatRowMajor typedef | geosx::BlasLapackLA | |
RandomNumberDistribution enum name | geosx::BlasLapackLA | |
setRandomNumberGeneratorSeed(arraySlice1d< int const > const &seed) | geosx::BlasLapackLA | static |
Vec typedef | geosx::BlasLapackLA | |
vectorCopy(Vec< real64 const > const &X, Vec< real64 > const &Y) | geosx::BlasLapackLA | static |
vectorDot(Vec< real64 const > const &X, Vec< real64 const > const &Y) | geosx::BlasLapackLA | static |
vectorNorm1(Vec< real64 const > const &X) | geosx::BlasLapackLA | static |
vectorNorm2(Vec< real64 const > const &X) | geosx::BlasLapackLA | static |
vectorNormInf(Vec< real64 const > const &X) | geosx::BlasLapackLA | static |
vectorRand(Vec< real64 > const &X, RandomNumberDistribution const &idist=RandomNumberDistribution::UNIFORM_01) | geosx::BlasLapackLA | static |
vectorScale(real64 const alpha, Vec< real64 > const &X) | geosx::BlasLapackLA | static |
vectorVectorAdd(Vec< real64 const > const &X, Vec< real64 > const &Y, real64 const alpha=1.) | geosx::BlasLapackLA | static |