la_vector_from_matrix_col(_:_:)
Creates a vector from the specified column of the matrix.
Declaration
func la_vector_from_matrix_col(_ matrix: la_object_t, _ matrix_col: la_count_t) -> la_object_tParameters
- matrix:
Matrix from which to create the column vector.
- matrix_col:
The zero-based index of the column to create the vector from.
Return Value
The resulting vector is a rows(matrix) x 1 vector.
Discussion
Creates a vector from the specified column of the matrix. If the value for matrix_col is less than zero or greater than cols(matrix)-1, LA_INVALID_PARAMETER_ERROR is returned.
If matrix is a splat, LA_INVALID_PARAMETER_ERROR is returned.
Always returns a vector_length x 1 vector.
See Also
Functions
caxpy_(_:_:_:_:_:_:)ccopy_(_:_:_:_:_:)cdotc_(_:_:_:_:_:_:)cdotu_(_:_:_:_:_:_:)cgbmv_(_:_:_:_:_:_:_:_:_:_:_:_:_:)cgemm_(_:_:_:_:_:_:_:_:_:_:_:_:_:)cgemv_(_:_:_:_:_:_:_:_:_:_:_:)cgerc_(_:_:_:_:_:_:_:_:_:)cgeru_(_:_:_:_:_:_:_:_:_:)chbmv_(_:_:_:_:_:_:_:_:_:_:_:)chemm_(_:_:_:_:_:_:_:_:_:_:_:_:)chemv_(_:_:_:_:_:_:_:_:_:_:)cher2_(_:_:_:_:_:_:_:_:_:)cher2k_(_:_:_:_:_:_:_:_:_:_:_:_:)cher_(_:_:_:_:_:_:_:)