KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
n_solve.cpp File Reference
#include <n_cpp/n_solve.h>
#include <m_cpp/m_matrix.h>
#include <m_cpp/m_vector.h>

Namespaces

 kjb
 Classes and functions for dealing with trajectory files.
 

Functions

Vector kjb::forward_substitution (const Matrix &L, const Vector &b)
 Perform forward substitution to solve the SLE Lx = b, where L is an lower triangular matrix and b is a vector. More...
 
Vector kjb::back_substitution (const Matrix &U, const Vector &b)
 Perform forward substitution to solve the SLE Ux = b, where. More...