HomeSort by relevance Sort by last modified time
    Searched refs:RealMatrixType (Results 1 - 3 of 3) sorted by null

  /external/eigen/test/
upperbidiagonalization.cpp 18 typedef Matrix<typename MatrixType::RealScalar, MatrixType::RowsAtCompileTime, MatrixType::ColsAtCompileTime> RealMatrixType;
23 RealMatrixType b(rows, cols);
cholesky.cpp 299 typedef Matrix<RealScalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> RealMatrixType;
302 RealMatrixType a0 = RealMatrixType::Random(rows,cols);
305 RealMatrixType symm = a0 * a0.adjoint();
309 RealMatrixType a1 = RealMatrixType::Random(rows,cols);
314 RealMatrixType symmLo = symm.template triangularView<Lower>();
316 LLT<RealMatrixType,Lower> chollo(symmLo);
333 RealMatrixType symmLo = symm.template triangularView<Lower>();
335 LDLT<RealMatrixType,Lower> ldltlo(symmLo)
    [all...]
basicstuff.cpp 150 typedef Matrix<RealScalar, MatrixType::RowsAtCompileTime, MatrixType::ColsAtCompileTime> RealMatrixType;
165 RealMatrixType rm1 = RealMatrixType::Random(rows,cols),
166 rm2 = RealMatrixType::Random(rows,cols);

Completed in 100 milliseconds