DVNORM Class |
public class DVNORM
The DVNORM type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
Run | ***PURPOSE Weighted root-mean-square vector norm. ***TYPE DOUBLE PRECISION (SVNORM-S, DVNORM-D) ***AUTHOR Hindmarsh, Alan C., (LLNL) ***DESCRIPTION This function routine computes the weighted root-mean-square norm of the vector of length N contained in the array V, with weights contained in the array W of length N: DVNORM = SQRT( (1/N) * SUM( V(i)*W(i) )**2 ) ***SEE ALSO DLSODE ***ROUTINES CALLED (NONE) ***REVISION HISTORY (YYMMDD) 791129 DATE WRITTEN 890501 Modified prologue to SLATEC/LDOC format. (FNF) 890503 Minor cosmetic changes. (FNF) 930809 Renamed to allow single/double precision versions. (ACH) ***END PROLOGUE DVNORM **End ***FIRST EXECUTABLE STATEMENT DVNORM | |
ToString | Returns a string that represents the current object. (Inherited from Object) |