API referenceC++ APIHoloscanTypedefsholoscan::VectorBetaAsk a question|Copy page|View as Markdown|More actionsGeneric vector type alias (column vector). template <typename K, int N>using Vector = Eigen::Matrix<K, N, 1>; Template parameters Ktypename Nint