Searched refs:RealMatrixType (Results 1 – 4 of 4) sorted by relevance
/external/eigen/test/ |
D | cholesky.cpp | 299 …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()
|
D | upperbidiagonalization.cpp | 18 …rixType::RealScalar, MatrixType::RowsAtCompileTime, MatrixType::ColsAtCompileTime> RealMatrixType; in upperbidiag() typedef 23 RealMatrixType b(rows, cols); in upperbidiag()
|
D | basicstuff.cpp | 150 …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()
|
/external/oss-fuzz/projects/eigen/ |
D | basicstuff_fuzzer.cc | 148 RealMatrixType; in basicStuffComplex() typedef 153 RealMatrixType rm1 = GenerateTestMatrix<RealMatrixType>(rows, cols, stream), in basicStuffComplex() 154 rm2 = GenerateTestMatrix<RealMatrixType>(rows, cols, stream); in basicStuffComplex()
|