cblas2.h File Reference


Detailed Description

O2scl basic linear algebra function templates.

Todo:
Finish dgemm()
Idea for future:
Convert to size_t and add float and complex versions

Definition in file cblas2.h.

#include <cmath>
#include <o2scl/permutation.h>
#include <o2scl/cblas_base.h>

Go to the source code of this file.

Namespaces

namespace  o2scl_cblas
namespace  o2scl_cblas_paren

Defines

#define O2SCL_IX(V, i)   V[i]
#define O2SCL_IX2(M, i, j)   M[i][j]
#define O2SCL_IX(V, i)   V(i)
#define O2SCL_IX2(M, i, j)   M(i,j)


Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.

Project hosting provided by SourceForge.net Logo, O2scl Sourceforge Project Page