Lines Matching refs:MatrixLogarithmAtomic
31 class MatrixLogarithmAtomic
42 MatrixLogarithmAtomic() { } in MatrixLogarithmAtomic() function
76 MatrixLogarithmAtomic(const MatrixLogarithmAtomic&);
77 MatrixLogarithmAtomic& operator=(const MatrixLogarithmAtomic&);
82 MatrixType MatrixLogarithmAtomic<MatrixType>::compute(const MatrixType& A) in compute()
97 void MatrixLogarithmAtomic<MatrixType>::compute2x2(const MatrixType& A, MatrixType& result) in compute2x2()
126 void MatrixLogarithmAtomic<MatrixType>::computeBig(const MatrixType& A, MatrixType& result) in computeBig()
159 int MatrixLogarithmAtomic<MatrixType>::getPadeDegree(float normTminusI) in getPadeDegree()
172 int MatrixLogarithmAtomic<MatrixType>::getPadeDegree(double normTminusI) in getPadeDegree()
185 int MatrixLogarithmAtomic<MatrixType>::getPadeDegree(long double normTminusI) in getPadeDegree()
216 void MatrixLogarithmAtomic<MatrixType>::computePade(MatrixType& result, const MatrixType& T, int de… in computePade()
233 void MatrixLogarithmAtomic<MatrixType>::computePade3(MatrixType& result, const MatrixType& T) in computePade3()
249 void MatrixLogarithmAtomic<MatrixType>::computePade4(MatrixType& result, const MatrixType& T) in computePade4()
265 void MatrixLogarithmAtomic<MatrixType>::computePade5(MatrixType& result, const MatrixType& T) in computePade5()
283 void MatrixLogarithmAtomic<MatrixType>::computePade6(MatrixType& result, const MatrixType& T) in computePade6()
301 void MatrixLogarithmAtomic<MatrixType>::computePade7(MatrixType& result, const MatrixType& T) in computePade7()
321 void MatrixLogarithmAtomic<MatrixType>::computePade8(MatrixType& result, const MatrixType& T) in computePade8()
341 void MatrixLogarithmAtomic<MatrixType>::computePade9(MatrixType& result, const MatrixType& T) in computePade9()
363 void MatrixLogarithmAtomic<MatrixType>::computePade10(MatrixType& result, const MatrixType& T) in computePade10()
385 void MatrixLogarithmAtomic<MatrixType>::computePade11(MatrixType& result, const MatrixType& T) in computePade11()
448 typedef MatrixLogarithmAtomic<DynMatrixType> AtomicType; in evalTo()