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

(Last Changed on February 05, 2014 for git-revision 50d33c9c407fb4a0d8ec490aa8afcb212a3a7da7.)

Description not yet available. More...

#include <fvar.hpp>

Go to the source code of this file.

Functions

dvar_matrix tensor_prod (const dvar_matrix &a, const dvar_matrix &b)
 The tensor product of two dvar_matrixes. More...
 

Detailed Description

Description not yet available.

Definition in file tensprod.cpp.

Function Documentation

dvar_matrix tensor_prod ( const dvar_matrix a,
const dvar_matrix b 
)

The tensor product of two dvar_matrixes.

Parameters
afirst dvar_matrix
bsecond dvar_matrix
Returns
c a dvar_matrix of the tensor product.

Calcuates the tensor product of a and b. $ C = A \otimes B $

Definition at line 24 of file tensprod.cpp.