ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
orthpoly.cpp File Reference

(Last Changed on February 03, 2016 for git-revision 96da09d336e0fb77ba331fc607607c8879fa36da.)

Description not yet available. More...

#include <fvar.hpp>

Go to the source code of this file.

Functions

dmatrix orthpoly (int n, int deg)
 Description not yet available. More...
 
dmatrix orthpoly (int n, int deg, int skip)
 Description not yet available. More...
 
dmatrix orthpoly_constant_begin (int n, int deg, int nconst)
 Description not yet available. More...
 
dmatrix orthpoly_constant_begin_end (int n, int deg, int nconst_begin, int end_degree, int nconst_end)
 Description not yet available. More...
 
dmatrix seldif_basis (int n)
 Description not yet available. More...
 

Detailed Description

Description not yet available.

Definition in file orthpoly.cpp.

Function Documentation

dmatrix orthpoly ( int  n,
int  deg 
)

Description not yet available.

Parameters

Definition at line 17 of file orthpoly.cpp.

dmatrix orthpoly ( int  n,
int  deg,
int  skip 
)

Description not yet available.

Parameters

Definition at line 46 of file orthpoly.cpp.

dmatrix orthpoly_constant_begin ( int  n,
int  deg,
int  nconst 
)

Description not yet available.

Parameters

Definition at line 75 of file orthpoly.cpp.

dmatrix orthpoly_constant_begin_end ( int  n,
int  deg,
int  nconst_begin,
int  end_degree,
int  nconst_end 
)

Description not yet available.

Parameters

Definition at line 143 of file orthpoly.cpp.

dmatrix seldif_basis ( int  n)

Description not yet available.

Parameters

Definition at line 222 of file orthpoly.cpp.