|   |  | 
Create a lower triangular marix from input array. More...
| Functions | |
| AFAPI array | lower (const array &in, bool is_unit_diag=false) | 
| AFAPI af_err | af_lower (af_array *out, const af_array in, bool is_unit_diag) | 
Create a lower triangular marix from input array.
=======================================================================
| [out] | out | is the lower traingle matrix | 
| [in] | in | is the input matrix | 
| [in] | is_unit_diag | is a boolean parameter specifying if the diagonal elements should be 1 |