22 #ifndef linear_algebraz_h
23 #define linear_algebraz_h
25 #include "square_matrix.h"
27 #include "row_vector.h"
28 #include "diagonal_matrix.h"
29 #include "symmetric_matrix.h"
30 #include "band_matrix.h"
48 Vector<Ref, std::complex<double> >
slvLU(
const SquareMatrix<Ref, std::complex<double> > &A,
const Vector<Ref, std::complex<double> > &b);
Vector< Ref, std::complex< double > > slvLU(const SquareMatrix< Ref, std::complex< double > > &A, const Vector< Ref, std::complex< double > > &x)
System of linear equations.
Definition: linear_algebra_complex.cc:61