vector_of_matrices: Computes the elements S^n / n! until the a given size
Description
Computes the elements S^n / n! until the a given size
Usage
vector_of_matrices(vect, S, a, vect_size)
Arguments
- vect
A vector.
- S
Sub-intensity matrix.
- a
A number.
- vect_size
Size of vector.