Matrix 39 apps/linear_algebra/benchmarks/cblas_benchmarks.cpp typedef std::vector<T> Matrix; Matrix 33 apps/linear_algebra/benchmarks/eigen_benchmarks.cpp typedef Eigen::Matrix<T, Eigen::Dynamic, Eigen::Dynamic> Matrix; Matrix 27 apps/linear_algebra/benchmarks/halide_benchmarks.cpp typedef Halide::Runtime::Buffer<T> Matrix; Matrix 120 apps/linear_algebra/tests/test_halide_blas.cpp typedef std::vector<T> Matrix;