#include "basisinfo.h"
Go to the source code of this file.
Functions | |
int | compute_T_matrix_sparse (const BasisInfoStruct &basisInfo, ergo_real threshold, int n, int *nvaluesList, int **colindList, ergo_real **valuesList) |
int | compute_T_matrix_full (const BasisInfoStruct &basisInfo, ergo_real threshold, ergo_real *result) |
int compute_T_matrix_full | ( | const BasisInfoStruct & | basisInfo, | |
ergo_real | threshold, | |||
ergo_real * | result | |||
) |
int compute_T_matrix_sparse | ( | const BasisInfoStruct & | basisInfo, | |
ergo_real | threshold, | |||
int | n, | |||
int * | nvaluesList, | |||
int ** | colindList, | |||
ergo_real ** | valuesList | |||
) |