openrave.org

 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義 グループ ページ
ネームスペース | 関数
math.cpp

(2013-03-18 10:33:00 +0900, commit:334d202)

#include "libopenrave.h"
#include <algorithm>
math.cppのインクルード依存関係図

ソースコードを見る。

ネームスペース

namespace  OpenRAVE
 The entire OpenRAVE library.
 
namespace  OpenRAVE::mathextra
 Extra math routines that are useful to have but don't really belong anywhere.
 

関数

OPENRAVE_API int OpenRAVE::mathextra::CubicRoots (double c0, double c1, double c2, double *r0, double *r1, double *r2)
 
template<class T >
bool OpenRAVE::mathextra::_QLAlgorithm3 (T *m_aafEntry, T *afDiag, T *afSubDiag)
 
OPENRAVE_API bool OpenRAVE::mathextra::QLAlgorithm3 (float *m_aafEntry, float *afDiag, float *afSubDiag)
 
OPENRAVE_API bool OpenRAVE::mathextra::QLAlgorithm3 (double *m_aafEntry, double *afDiag, double *afSubDiag)
 
OPENRAVE_API void OpenRAVE::mathextra::EigenSymmetric3 (const double *fCovariance, double *eval, double *fAxes)