Kaldi
cu-matrix-lib.h
Go to the documentation of this file.
1
// cudamatrix/cu-matrix-lib.h
2
3
// Copyright 2013 Johns Hopkins University (author: Daniel Povey)
4
5
// See ../../COPYING for clarification regarding multiple authors
6
//
7
// Licensed under the Apache License, Version 2.0 (the "License");
8
// you may not use this file except in compliance with the License.
9
// You may obtain a copy of the License at
10
//
11
// http://www.apache.org/licenses/LICENSE-2.0
12
//
13
// THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
// KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
15
// WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
16
// MERCHANTABLITY OR NON-INFRINGEMENT.
17
// See the Apache 2 License for the specific language governing permissions and
18
// limitations under the License.
19
20
21
22
#ifndef KALDI_CUDAMATRIX_CU_MATRIX_LIB_H_
23
#define KALDI_CUDAMATRIX_CU_MATRIX_LIB_H_
24
25
#include "
cudamatrix/cu-vector.h
"
26
#include "
cudamatrix/cu-matrix.h
"
27
#include "
cudamatrix/cu-sp-matrix.h
"
28
#include "
cudamatrix/cu-tp-matrix.h
"
29
#include "
cudamatrix/cu-sparse-matrix.h
"
30
#include "
cudamatrix/cu-block-matrix.h
"
31
#include "
cudamatrix/cu-rand.h
"
32
#include "
cudamatrix/cu-compressed-matrix.h
"
33
34
#endif
cu-rand.h
cu-compressed-matrix.h
cu-matrix.h
cu-block-matrix.h
cu-vector.h
cu-sp-matrix.h
cu-tp-matrix.h
cu-sparse-matrix.h
cudamatrix
cu-matrix-lib.h
Generated by
1.8.13