ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Functions
tensprod.cpp File Reference

(* $Id$)

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.

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.