#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <limits>
#include <vector>
#include "realtype.h"
#include "template_lapack_common.h"
Functions | |
static ergo_real | get_maxabsdiff (int n, const ergo_real *x, const ergo_real *y) |
static int | test_gesv (ergo_real tolerance, bool verbose) |
static int | test_potf2_trtri (ergo_real tolerance, bool verbose) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
static int test_gesv | ( | ergo_real | tolerance, | |
bool | verbose | |||
) | [static] |
static int test_potf2_trtri | ( | ergo_real | tolerance, | |
bool | verbose | |||
) | [static] |