MATRIX commands


PROGRAM NAME

mscalar_pow - Output = Input Raised to a Power (componentwise)

DESCRIPTION

mscalar_pow raises each component in a matrix to a specified constant power. mscalar_pow is really a pane object that uses the karith2 operator in the DATAMANIP toolbox to actually perform the operation, so the man page for karith2 should be consulted for additional details regarding the treatment of maps, masks, etc.

REQUIRED ARGUMENTS

-i1
type: infile
desc: Input matrix
-o
type: outfile
desc: Output matrix

OPTIONAL ARGUMENTS

-real
type: double
desc: Real constant value
default: 0
bounds: no range checking
-imag
type: double
desc: Imaginary constant value
default: 0
bounds: no range checking

EXAMPLES

SEE ALSO

DATAMANIP::karith2(1) DATAMANIP::kpow(1)

RESTRICTIONS

REFERENCES

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.