votca 2024-dev
Loading...
Searching...
No Matches
Namespaces | Functions
linalg.h File Reference
#include "eigen.h"
#include "eigensystem.h"
#include "types.h"
Include dependency graph for linalg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  votca
 base class for all analysis tools
 
namespace  votca::tools
 

Functions

Eigen::VectorXd votca::tools::linalg_constrained_qrsolve (const Eigen::MatrixXd &A, const Eigen::VectorXd &b, const Eigen::MatrixXd &constr)
 solves A*x=b under the constraint B*x = 0