20 #ifndef KALDI_MATRIX_KALDI_MATRIX_INL_H_ 21 #define KALDI_MATRIX_KALDI_MATRIX_INL_H_ 1 28 template<
typename Real>
40 template<
typename Real>
41 inline std::ostream & operator << (std::ostream & os, const MatrixBase<Real> & M) {
46 template<
typename Real>
53 template<
typename Real>
62 #endif // KALDI_MATRIX_KALDI_MATRIX_INL_H_ This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
Matrix()
Empty constructor.
Base class which provides matrix operations not involving resizing or allocation. ...
A class for storing matrices.
void Read(std::istream &in, bool binary, bool add=false)
stream read.
void Read(std::istream &in, bool binary, bool add=false)
read from stream.
std::istream & operator>>(std::istream &is, MatrixBase< Real > &M)