LandauGinzburg
|
Definition of the class Potential. More...
#include "field_class.hpp"
Go to the source code of this file.
Classes | |
class | Potential |
Compute Jacobian and its sign determinant. More... | |
class | PotentialNR |
Compute Matrix and Vector for NR method. More... | |
Namespaces | |
namespace | MatrixComp |
Mainly functions to compute Jacobian for uni-superfield. | |
Functions | |
MatrixXcd | MatrixComp::ResizeMatrix (const MatrixXcd &m, const int rw, const int cl) |
Output m as MatrixXcd(rw, cl) with zeros. | |
MatrixXcd | MatrixComp::DeleteZeroLine (const MatrixXcd &m) |
Delete a row and a column with p=0, q=0. | |
double | MatrixComp::DiffLU (const MatrixXcd &m, const PartialPivLU< MatrixXcd > &lu) |
Difference between a matrix and its LU decomposition. | |
int | MatrixComp::SignDet (const MatrixXcd &m, const int debug=0) |
Sign of determinant with LU Decomposition. | |
Definition of the class Potential.
Definition in file field_potential.hpp.