Searched refs:MatrixLogarithmAtomic (Results 1 – 2 of 2) sorted by relevance
31 class MatrixLogarithmAtomic42 MatrixLogarithmAtomic() { } in MatrixLogarithmAtomic() function76 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()[all …]
189 logarithm of an atomic block is computed by MatrixLogarithmAtomic,221 class MatrixLogarithmAtomic, MatrixBase::sqrt().