Searched refs:UBlasSparse (Results 1 – 3 of 3) sorted by relevance
126 …f boost::numeric::ublas::compressed_matrix<Scalar,boost::numeric::ublas::column_major> UBlasSparse; typedef128 void eiToUblas(const EigenSparseMatrix& src, UBlasSparse& dst) in eiToUblas()
138 UBlasSparse m1(rows,cols); in main()
254 UBlasSparse m1(rows,cols), m2(rows,cols), m3(rows,cols); in main()