Gemmi C++ API
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
levmar.hpp File Reference
#include <cassert>
#include <cmath>
#include <algorithm>
#include <vector>
#include "fail.hpp"

Go to the source code of this file.

Classes

struct  gemmi::LevMar
 

Namespaces

namespace  gemmi
 

Functions

void gemmi::jordan_solve (std::vector< double > &a, std::vector< double > &b)
 This function solves a set of linear algebraic equations using Gauss-Jordan elimination with partial pivoting.
 
void gemmi::debug_print (const std::string &, std::vector< double > &)