#include <iostream>
#include "DMatrix.h"
#include "DVector.h"
#include "SMatrix.h"
#include "SVector.h"
#include "MyBlas.h"
#include "MyLapack.h"
#include <cmath>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
int | main () |
|
Definition at line 13 of file testblas.cpp. References DMatrix::allocate(), DVector::allocate(), dgemv_t(), DSYEV(), info, ipiv, lwork, DMatrix::transpose(), and work. |