| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
Procedures for matrice of non-numeric objects. The matrices of numbers is a subset of the non-numeric matrices.
creates a non-numeric matrix from the given list.
returns #t if the object is a matrix.
creates a matrix whose elements are uniform. Default value of fill is the undefined object.
gets the row(column) size of matrix.
gets the nth row(column) vector of matrix.
computes transpose of the matrix.
computes a "tensor product" of the Scheme vector.
"Tensor product" of non-numeric matrix is defined as follows.
A_{ij} = (cons vec1_i vec2_j)
| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | 
 
  This document was generated on August 9, 2012 using texi2html 5.0.