13 #ifndef __SGMATRIX_H__
14 #define __SGMATRIX_H__
23 template<
class T>
class SGVector;
27 template<
class T>
class SGMatrix :
public SGReferencedData
54 const int64_t c = col;
77 const int64_t c = i_col;
95 const int64_t c = i_col;
145 T*&
matrix, int32_t& num_feat, int32_t& num_vec);
202 int n,
int il,
int iu);
214 bool transpose_A=
false,
bool transpose_B=
false,
231 float64_t* mat, int32_t cols, int32_t rows);
253 const T*
matrix, int32_t rows, int32_t cols,
254 const char* name=
"matrix",
const char* prefix=
"");
259 const char* prefix=
"");
306 #endif // __SGMATRIX_H__