VPDiffusionForwardSolverBase ROfFx Method (IEnumerable OpticalProperties , IEnumerable Double )Virtual Photonics - VTS Library
Virtual Photonics
Vectorized ROfFx. Solves SDA using Cuccia et al JBO, March/April 2009

Namespace: Vts.Modeling.ForwardSolvers
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public override IEnumerable<double> ROfFx(
	IEnumerable<OpticalProperties> ops,
	IEnumerable<double> fxs
)

Parameters

ops
Type: OnlineSystem.Collections.Generic IEnumerable OpticalProperties 
set of optical properties of the medium
fxs
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
spatial frequencies (1/mm)

Return Value

Type: OnlineIEnumerable OnlineDouble 

Implements

IForwardSolver ROfFx(IEnumerable OpticalProperties , IEnumerable Double )
See Also