Free Electron
Public Member Functions | List of all members
fe::ext::MatrixBezier< MATRIX > Class Template Reference

solve B = A^^power, where A is a matrix More...

#include <MatrixBezier.h>

Inheritance diagram for fe::ext::MatrixBezier< MATRIX >:
Inheritance graph
[legend]

Public Member Functions

template<typename T >
void solve (MATRIX &B, const MATRIX &A, T a_power) const
 

Detailed Description

template<typename MATRIX>
class fe::ext::MatrixBezier< MATRIX >

solve B = A^^power, where A is a matrix

This version uses a Quadratic Bezier approximation.

The first column of the matrix is presumed to be the tangent.

The power should be a real number between 0 and 1.

For a proper matrix power function, see MatrixPower.


The documentation for this class was generated from the following file: