klin.klist {klin} | R Documentation |
Given a list A
of matrices, the function calculates
A[[1]] %x% ... %x% A[[length(A)]]
.
klin.klist(A)
A |
A list that contains the matrices, preferably of class
Matrix . |
A matrix, the dimensions are the product of the dimensions of the
matrices in A
.
This is merely a convenience function, it does not employ any
special algorithm, just calls %x%
repeatedly.
Tamas K Papp <tpapp@princeton.edu>
klin.eval
, klin.solve
,
klin.ls
, klin.preparels
.