NAME
cbrt_Matrix - computes the square root of a matrix.
SYNOPSIS
#include <math.h>
#include "CVIPmatrix.h"
Matrix *cbrt_Matrix(Matrix *in)
<in> - input Matrix;
PATH
$CVIPHOME/MatrixAlgebra/m_sqrt.c
DESCRIPTION
This function calculates the cube root of the passed matrix
structure and returns the result in a new Matrix structure.
All data types less precise than float are promoted to
float. CVIP_DOUBLE matrices are supported, as well as COM-
PLEX matrices.
The passed matrix structure is freed.
TYPES AND CONSTANTS
See libmatrix.3
RETURN VALUES
Pointer to Matrix structure containing the cube root of the
passed Matrix.
HISTORY
History information recorded: None
EXAMPLE
BUGS
None at this time
SEE ALSO
libmatrix, sqrt_Matrix()
AUTHOR
Copyright (C) 1996 SIUE - by Scott Umbaugh and Arve Kjoelen