Searched refs:PlainMatrixType (Results 1 – 3 of 3) sorted by relevance
48 PlainMatrixType mat(*m,*n);56 BDCSVD<PlainMatrixType> svd(mat,option);118 PlainMatrixType mat(*m,*n);124 JacobiSVD<PlainMatrixType> svd(mat,option);
41 PlainMatrixType mat(*n,*n);46 …SelfAdjointEigenSolver<PlainMatrixType> eig(mat,computeVectors?ComputeEigenvectors:EigenvaluesOnly…
94 typedef Matrix<Scalar,Dynamic,Dynamic,ColMajor> PlainMatrixType; typedef