GEOSX
geosx::BlasLapackLA Member List

This is the complete list of members for geosx::BlasLapackLA, including all inherited members.

determinant(MatRowMajor< real64 const > const &A)geosx::BlasLapackLAstatic
determinant(MatColMajor< real64 const > const &A)geosx::BlasLapackLAstatic
getRandomNumberGeneratorSeed(arraySlice1d< int > const &seed)geosx::BlasLapackLAstatic
MatColMajor typedefgeosx::BlasLapackLA
matrixCopy(MatRowMajor< real64 const > const &A, MatRowMajor< real64 > const &B)geosx::BlasLapackLAstatic
matrixCopy(MatColMajor< real64 const > const &A, MatColMajor< real64 > const &B)geosx::BlasLapackLAstatic
matrixEigenvalues(MatRowMajor< real64 const > const &A, Vec< std::complex< real64 > > const &lambda)geosx::BlasLapackLAstatic
matrixEigenvalues(MatColMajor< real64 const > const &A, Vec< std::complex< real64 > > const &lambda)geosx::BlasLapackLAstatic
matrixInverse(MatRowMajor< real64 const > const &A, MatRowMajor< real64 > const &Ainv, real64 &detA)geosx::BlasLapackLAstatic
matrixInverse(MatColMajor< real64 const > const &A, MatColMajor< real64 > const &Ainv, real64 &detA)geosx::BlasLapackLAstatic
matrixInverse(MatRowMajor< real64 const > const &A, MatRowMajor< real64 > const &Ainv)geosx::BlasLapackLAstatic
matrixInverse(MatColMajor< real64 const > const &A, MatColMajor< real64 > const &Ainv)geosx::BlasLapackLAstatic
matrixMatrixAdd(MatRowMajor< real64 const > const &A, MatRowMajor< real64 > const &B, real64 const alpha=1.)geosx::BlasLapackLAstatic
matrixMatrixAdd(MatColMajor< real64 const > const &A, MatColMajor< real64 > const &B, real64 const alpha=1.)geosx::BlasLapackLAstatic
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::BlasLapackLAstatic
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::BlasLapackLAstatic
matrixNorm1(MatRowMajor< real64 const > const &A)geosx::BlasLapackLAstatic
matrixNorm1(MatColMajor< real64 const > const &A)geosx::BlasLapackLAstatic
matrixNormFrobenius(MatRowMajor< real64 const > const &A)geosx::BlasLapackLAstatic
matrixNormFrobenius(MatColMajor< real64 const > const &A)geosx::BlasLapackLAstatic
matrixNormInf(MatRowMajor< real64 const > const &A)geosx::BlasLapackLAstatic
matrixNormInf(MatColMajor< real64 const > const &A)geosx::BlasLapackLAstatic
matrixRand(MatRowMajor< real64 > const &A, RandomNumberDistribution const &idist=RandomNumberDistribution::UNIFORM_01)geosx::BlasLapackLAstatic
matrixRand(MatColMajor< real64 > const &A, RandomNumberDistribution const &idist=RandomNumberDistribution::UNIFORM_01)geosx::BlasLapackLAstatic
matrixScale(real64 const alpha, MatRowMajor< real64 > const &A)geosx::BlasLapackLAstatic
matrixScale(real64 const alpha, MatColMajor< real64 > const &A)geosx::BlasLapackLAstatic
matrixSVD(MatRowMajor< real64 const > const &A, MatRowMajor< real64 > const &U, Vec< real64 > const &S, MatRowMajor< real64 > const &VT)geosx::BlasLapackLAstatic
matrixSVD(MatColMajor< real64 const > const &A, MatColMajor< real64 > const &U, Vec< real64 > const &S, MatColMajor< real64 > const &VT)geosx::BlasLapackLAstatic
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::BlasLapackLAstatic
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::BlasLapackLAstatic
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::BlasLapackLAstatic
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::BlasLapackLAstatic
MatRowMajor typedefgeosx::BlasLapackLA
RandomNumberDistribution enum namegeosx::BlasLapackLA
setRandomNumberGeneratorSeed(arraySlice1d< int const > const &seed)geosx::BlasLapackLAstatic
Vec typedefgeosx::BlasLapackLA
vectorCopy(Vec< real64 const > const &X, Vec< real64 > const &Y)geosx::BlasLapackLAstatic
vectorDot(Vec< real64 const > const &X, Vec< real64 const > const &Y)geosx::BlasLapackLAstatic
vectorNorm1(Vec< real64 const > const &X)geosx::BlasLapackLAstatic
vectorNorm2(Vec< real64 const > const &X)geosx::BlasLapackLAstatic
vectorNormInf(Vec< real64 const > const &X)geosx::BlasLapackLAstatic
vectorRand(Vec< real64 > const &X, RandomNumberDistribution const &idist=RandomNumberDistribution::UNIFORM_01)geosx::BlasLapackLAstatic
vectorScale(real64 const alpha, Vec< real64 > const &X)geosx::BlasLapackLAstatic
vectorVectorAdd(Vec< real64 const > const &X, Vec< real64 > const &Y, real64 const alpha=1.)geosx::BlasLapackLAstatic