packed-matrix.h File Reference
#include "matrix/matrix-common.h"
#include <algorithm>
Include dependency graph for packed-matrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PackedMatrix< Real >
 Packed matrix: base class for triangular and symmetric matrices. More...
 

Namespaces

 kaldi
 This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference:
 

Functions

template<typename Real >
std::ostream & operator<< (std::ostream &out, const PackedMatrix< Real > &M)
 
template<typename Real >
std::istream & operator>> (std::istream &is, PackedMatrix< Real > &M)