KrisLibrary  1.0.0
Namespaces | Functions
interpolate.h File Reference

Convenience functions for linear interpolation of vectors and matrices. More...

#include "VectorTemplate.h"
#include "MatrixTemplate.h"

Go to the source code of this file.

Namespaces

 Math
 Contains all definitions in the Math package.
 

Functions

template<class type >
void Math::interpolate (const type &a, const type &b, Real u, type &x)
 
template<class T >
void Math::interpolate (const VectorTemplate< T > &a, const VectorTemplate< T > &b, Real u, VectorTemplate< T > &x)
 
template<class T >
void Math::interpolate (const MatrixTemplate< T > &a, const MatrixTemplate< T > &b, Real u, MatrixTemplate< T > &x)
 

Detailed Description

Convenience functions for linear interpolation of vectors and matrices.