Function applying the vi_val_adj_functor to extract the vari*, values, and adjoints of a given var matrix into separate matrices.
- Template Parameters
-
EigVar | type of the Eigen container of var. |
EigVari | type of the Eigen container of vari to be copied to. |
EigDbl | type of the Eigen container of doubles to be copied to. |
- Parameters
-
[in] | VarMat | Input Eigen container of var. |
[in] | VariMat | Output Eigen container of vari. |
[in] | ValMat | Output Eigen container of values. |
[in] | AdjMat | Output Eigen container of tangents. |
Definition at line 139 of file read_var.hpp.