Function
Hemath_utils_elem_mul
Declaration
gdouble*
he_math_utils_elem_mul (
gdouble* row,
gint row_length1,
gdouble* matrix,
gint matrix_length1,
gint matrix_length2,
gint* result_length1
)
Parameters
row
-
Type: An array of
gdouble
No description available.
The length of the array is specified in the row_length1
argument.The data is owned by the caller of the function. row_length1
-
Type:
gint
No description available.
matrix
-
Type: An array of
gdouble
No description available.
The length of the array is specified in the matrix_length1
argument.The data is owned by the caller of the function. matrix_length1
-
Type:
gint
No description available.
matrix_length2
-
Type:
gint
No description available.
result_length1
-
Type:
gint*
No description available.
The argument will be set by the function.