Home
last modified time | relevance | path

Searched refs:RealMatrixType (Results 1 – 3 of 3) sorted by relevance

/external/eigen/test/
Dcholesky.cpp299 …ef Matrix<RealScalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> RealMatrixType; in cholesky_cplx() typedef
302 RealMatrixType a0 = RealMatrixType::Random(rows,cols); in cholesky_cplx()
305 RealMatrixType symm = a0 * a0.adjoint(); in cholesky_cplx()
309 RealMatrixType a1 = RealMatrixType::Random(rows,cols); in cholesky_cplx()
314 RealMatrixType symmLo = symm.template triangularView<Lower>(); in cholesky_cplx()
316 LLT<RealMatrixType,Lower> chollo(symmLo); in cholesky_cplx()
333 RealMatrixType symmLo = symm.template triangularView<Lower>(); in cholesky_cplx()
335 LDLT<RealMatrixType,Lower> ldltlo(symmLo); in cholesky_cplx()
Dupperbidiagonalization.cpp18 …rixType::RealScalar, MatrixType::RowsAtCompileTime, MatrixType::ColsAtCompileTime> RealMatrixType; in upperbidiag() typedef
23 RealMatrixType b(rows, cols); in upperbidiag()
Dbasicstuff.cpp150 …ef Matrix<RealScalar, MatrixType::RowsAtCompileTime, MatrixType::ColsAtCompileTime> RealMatrixType; in basicStuffComplex() typedef
165 RealMatrixType rm1 = RealMatrixType::Random(rows,cols), in basicStuffComplex()
166 rm2 = RealMatrixType::Random(rows,cols); in basicStuffComplex()