csharpfftfsharpintegrationinterpolationlinear-algebramathdifferentiationmatrixnumericsrandomregressionstatisticsmathnet
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
688 B
21 lines
688 B
<?xml version="1.0"?>
|
|
<configuration>
|
|
<system.web>
|
|
<compilation debug="false"/>
|
|
<pages>
|
|
<namespaces>
|
|
<add namespace="System"/>
|
|
<add namespace="System.Collections.Generic"/>
|
|
<add namespace="System.Globalization"/>
|
|
<add namespace="System.IO"/>
|
|
<add namespace="System.Runtime.Serialization.Formatters.Binary"/>
|
|
<add namespace="System.Text"/>
|
|
<add namespace="System.Text.RegularExpressions"/>
|
|
<add namespace="System.Web"/>
|
|
<add namespace="System.Web.UI"/>
|
|
<add namespace="System.Xml"/>
|
|
<add namespace="System.Xml.XPath"/>
|
|
</namespaces>
|
|
</pages>
|
|
</system.web>
|
|
</configuration>
|
|
|