Type SolverSetup<T>
Namespace MathNet.Numerics.LinearAlgebra.Solvers
Assembly assemblyThe assembly which will be searched for setup objects.
bool ignoreFailedIf true, types that fail to load are simply ignored. Otherwise the exception is rethrown.
Type[] typesToExcludeThe IIterativeSolver`1 types that should not be loaded.
Type typeInAssemblyThe type in the assembly which should be searched for setup objects.
bool ignoreFailedIf true, types that fail to load are simply ignored. Otherwise the exception is rethrown.
Type[] typesToExcludeThe IIterativeSolver`1 types that should not be loaded.
AssemblyName assemblyNameThe AssemblyName of the assembly that should be searched for setup objects.
bool ignoreFailedIf true, types that fail to load are simply ignored. Otherwise the exception is rethrown.
Type[] typesToExcludeThe IIterativeSolver`1 types that should not be loaded.