rform {stokes} | R Documentation |
Random kforms and ktensors
Description
Random k
-form objects and k
-tensors,
intended as quick “get you going” examples
Usage
rform(terms=9,k=3,n=7,coeffs,ensure=TRUE)
rtensor(terms=9,k=3,n=7,coeffs)
Arguments
terms |
Number of distinct terms |
k , n |
A |
coeffs |
The coefficients of the form; if missing use
|
ensure |
Boolean with default |
Details
What you see is what you get, basically.
Note that argument terms
is an upper bound, as the index matrix
might contain repeats which are combined.
Value
All functions documented here return an object of class kform
or
ktensor
.
Author(s)
Robin K. S. Hankin
Examples
rform()
rform() ^ rform()
rtensor() %X% rtensor()
rform() ^ dx
rform() ^ dx ^ dy
[Package stokes version 1.2-1 Index]