$search
#include "include.h"
#include "newmatap.h"
#include "tmt.h"
Go to the source code of this file.
Functions | |
static void | DCR (Real d[], Real c[], int m, Real r[], int n, Real **dcr) |
ReturnMatrix | TestReturn (const GeneralMatrix &gm) |
void | Transposer (const GenericMatrix &GM1, GenericMatrix &GM2) |
void | trymat8 () |
Part of matrix library test program.
Definition in file tmt8.cpp.
static void DCR | ( | Real | d[], | |
Real | c[], | |||
int | m, | |||
Real | r[], | |||
int | n, | |||
Real ** | dcr | |||
) | [static] |
ReturnMatrix TestReturn | ( | const GeneralMatrix & | gm | ) |
void Transposer | ( | const GenericMatrix & | GM1, | |
GenericMatrix & | GM2 | |||
) |