Matrix             59 apps/linear_algebra/benchmarks/cblas_benchmarks.cpp     Matrix random_matrix(int N) {
Matrix             60 apps/linear_algebra/benchmarks/cblas_benchmarks.cpp         Matrix buff(N * N);
Matrix             32 apps/linear_algebra/benchmarks/eigen_benchmarks.cpp     typedef Eigen::Matrix<T, Eigen::Dynamic, 1> Vector;
Matrix             33 apps/linear_algebra/benchmarks/eigen_benchmarks.cpp     typedef Eigen::Matrix<T, Eigen::Dynamic, Eigen::Dynamic> Matrix;
Matrix             47 apps/linear_algebra/benchmarks/eigen_benchmarks.cpp     Matrix random_matrix(int N) {
Matrix             48 apps/linear_algebra/benchmarks/eigen_benchmarks.cpp         Matrix A(N, N);
Matrix             48 apps/linear_algebra/benchmarks/halide_benchmarks.cpp     Matrix random_matrix(int N) {
Matrix             49 apps/linear_algebra/benchmarks/halide_benchmarks.cpp         Matrix buff(N, N);
Matrix             41 apps/linear_algebra/benchmarks/macros.h         Matrix A(random_matrix(N));                                     \
Matrix             58 apps/linear_algebra/benchmarks/macros.h         Matrix A(random_matrix(N));                                     \
Matrix             59 apps/linear_algebra/benchmarks/macros.h         Matrix B(random_matrix(N));                                     \
Matrix             60 apps/linear_algebra/benchmarks/macros.h         Matrix C(random_matrix(N));                                     \
Matrix             68 apps/linear_algebra/tests/test_halide_blas.cpp         Matrix eA(random_matrix(N));            \
Matrix             70 apps/linear_algebra/tests/test_halide_blas.cpp         Matrix aA(eA);                          \
Matrix             93 apps/linear_algebra/tests/test_halide_blas.cpp         Matrix eA(random_matrix(N));            \
Matrix             94 apps/linear_algebra/tests/test_halide_blas.cpp         Matrix eB(random_matrix(N));            \
Matrix             95 apps/linear_algebra/tests/test_halide_blas.cpp         Matrix eC(random_matrix(N));            \
Matrix             96 apps/linear_algebra/tests/test_halide_blas.cpp         Matrix aA(eA), aB(eB), aC(eC);          \
Matrix            140 apps/linear_algebra/tests/test_halide_blas.cpp     Matrix random_matrix(int N) {
Matrix            141 apps/linear_algebra/tests/test_halide_blas.cpp         Matrix buff(N * N);
Matrix            186 apps/linear_algebra/tests/test_halide_blas.cpp     bool compareMatrices(int N, const Matrix &A, const Matrix &B,