LandauGinzburg
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
field_potential.hpp File Reference

Definition of the class Potential. More...

#include "field_class.hpp"
Include dependency graph for field_potential.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Definition of the class Potential.

See also
field_potential.cpp
Author
Okuto Morikawa

Definition in file field_potential.hpp.