20 #include "matrix_form.cc"
28 template class tensor::MatrixForm<double>;
30 const MatrixForm<double> matrix_form(
const Tensor<double> &t)
32 return MatrixForm<double>(t);
35 template std::ostream &operator<< <double>(std::ostream &s,
const MatrixForm<double> &m);