LandauGinzburg
|
Mainly functions to compute Jacobian for uni-superfield. More...
Functions | |
MatrixXcd | ResizeMatrix (const MatrixXcd &m, const int rw, const int cl) |
Output m as MatrixXcd(rw, cl) with zeros. | |
MatrixXcd | DeleteZeroLine (const MatrixXcd &m) |
Delete a row and a column with p=0, q=0. | |
double | DiffLU (const MatrixXcd &m, const PartialPivLU< MatrixXcd > &lu) |
Difference between a matrix and its LU decomposition. | |
int | SignDet (const MatrixXcd &m, const int debug=0) |
Sign of determinant with LU Decomposition. | |
Mainly functions to compute Jacobian for uni-superfield.
|
extern |
Delete a row and a column with p=0, q=0.
Definition at line 28 of file field_potential.cpp.
|
extern |
Difference between a matrix and its LU decomposition.
Definition at line 44 of file field_potential.cpp.
|
extern |
Output m as MatrixXcd(rw, cl) with zeros.
Definition at line 10 of file field_potential.cpp.
|
extern |
Sign of determinant with LU Decomposition.
Definition at line 60 of file field_potential.cpp.