Home | History | Annotate | Download | only in test

Lines Matching refs:Size

14 template<typename Scalar,int Size> void hessenberg(int size = Size)
16 typedef Matrix<Scalar,Size,Size> MatrixType;
20 MatrixType m = MatrixType::Random(size,size);
25 for(int row = 2; row < size; ++row) {
33 MatrixType A = MatrixType::Random(size, size);
60 // Test problem size constructors