sundialsTB > nvector
sundialsTB, a Matlab Interface to SUNDIALS
NVECTOR
NVECTOR
NVECTOR Functions
N_VDotProd | N_VMax |
N_VMin | N_VWrmsNorm |
N_VL1Norm | N_VMaxNorm |
N_VWL2Norm |
For serial vectors, all of the above operations default to the corresponding Matlab functions. For parallel vectors, they can be used either on the local portion of the distributed vector or on the global vector (in which case they will trigger an MPI allreduce operation).