Template Function icrar::ToFixedMatrix

Function Documentation

template<typename T, int R, int C>
Eigen::Matrix<T, R, C> icrar::ToFixedMatrix(const casacore::Matrix<T> &value)

Converts a casacore matrix to a fixed size eigen3 matrix.

Template Parameters:
  • T – scalar type

  • R – rows

  • C – columns

Parameters:

value – casacore matrix to convert

Returns:

Eigen::Matrix<T, R, C>