|
static bool | factor (const Matrix &a) |
|
template<int N> |
static bool | factor (Tuple< double, N, N > &a) |
|
static void | fsub (const Vector &x, const Matrix &a) |
|
static void | fsub (const Matrix &x, const Matrix &a) |
|
template<int N> |
static void | fsub (Tuple< double, N > &x, const Tuple< double, N, N > &a) |
|
template<int M, int N> |
static void | fsub (Tuple< double, M, N > &x, const Tuple< double, M, M > &a) |
|
static void | fsubt (const Matrix &x, const Matrix &a) |
|
template<int M, int N> |
static void | fsubt (Tuple< double, M, N > &x, const Tuple< double, N, N > &a) |
|
static void | bsub (const Vector &x, const Matrix &a) |
|
static void | bsub (const Matrix &x, const Matrix &a) |
|
template<int N> |
static void | bsub (Tuple< double, N > &x, const Tuple< double, N, N > &a) |
|
template<int M, int N> |
static void | bsub (Tuple< double, M, N > &x, const Tuple< double, M, M > &a) |
|
static void | solve (const Vector &x, const Matrix &a) |
|
static void | solve (const Matrix &x, const Matrix &a) |
|
template<int N> |
static void | solve (Tuple< double, N > &x, const Tuple< double, N, N > &a) |
|
template<int M, int N> |
static void | solve (Tuple< double, M, N > &x, const Tuple< double, M, M > &a) |
|
static bool | invert (const Matrix &a) |
|
template<int N> |
static bool | invert (Tuple< double, N, N > &a) |
|