TBTK
Need a break? Support the development by playing Polarity Puzzles
Matrix.h File Reference

Custom matrix. More...

#include "TBTK/TBTKMacros.h"
#include <complex>

Go to the source code of this file.

Classes

class  TBTK::Matrix< DataType, ROWS, COLS >
 
class  TBTK::Matrix< DataType, 0, 0 >
 
class  TBTK::Matrix< std::complex< double >, 0, 0 >
 

Functions

void TBTK::zgetrf_ (int *M, int *N, std::complex< double > *A, int *lda, int *ipiv, int *info)
 
void TBTK::zgetri_ (int *N, std::complex< double > *A, int *lda, int *ipiv, std::complex< double > *work, int *lwork, int *info)
 

Detailed Description

Custom matrix.

Matrix containing information about a spin.

Author
Kristofer Björnson