Collaboration diagram for MFFlatMF:
Functions | |
MFImplicitMF | MFIMFCreateFlat (int n, int k, double *o, double *v, MFErrorHandler e) |
Creates a flat k-space embedded in n-space. o is an array of length n, and v is an array of length n*k giving the tangent plane. The jth basis vector is v[i+n*j]. The manifold is o[i]+sum_j v[i+n*j].s[j]. |
|
Creates a flat k-space embedded in n-space. o is an array of length n, and v is an array of length n*k giving the tangent plane. The jth basis vector is v[i+n*j]. The manifold is o[i]+sum_j v[i+n*j].s[j].
|