VPForwardSolverBase ROfRho Method Virtual Photonics - VTS Library
Virtual Photonics
Overload List

  NameDescription
Public methodROfRho(IEnumerable OpticalProperties , IEnumerable Double )
Vector ROfRho function. Determines reflectances at optical properties 'ops' and source-detector separations 'rhos' Override these in child classes to take advantage of optimization strategies.
Public methodROfRho(OpticalProperties, Double)
Scalar ROfRho function. Determines reflectance at source-detector separation rho - must be implemented in child class
Public methodROfRho(OpticalProperties,  Double )
Overload of ROfRho. Determines reflectances at optical properties 'op' and source-detector separations 'rhos'
Public methodROfRho( OpticalProperties , Double)
Overload of ROfRho. Determines reflectances at optical properties 'ops' and source-detector separation 'rho'
Public methodROfRho( OpticalProperties ,  Double )
Convenience array overload of ROfRho. Determines reflectances at optical properties 'ops' and source-detector separations 'rhos'
Back to Top
See Also