My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
  
  PageName Summary + Labels Changed ChangedBy ...
DevelopingScalaSciMatrixClasses This page describes how to develop ScalaSci classes for interfacing with Java Matrix libraries. 10 minutes ago st...@teikav.edu.gr  
JTransformsInScalaLab JTransforms in ScalaLab 2 days ago st...@teikav.edu.gr  
ExampleOfUsingOregonDSPToolbox Example of performing DSP with ScalaSci and the OregonDSP toolbox (provided by Darwin Airola). 5 days ago st...@teikav.edu.gr  
ExtendingScalaSciClasses Tutorial and examples of extending ScalaSci classes. 6 days ago st...@teikav.edu.gr  
StandAloneJavaScalaApplicationsUsingScalaSci Building Standalone Applications using ScalaLab functionality libraries with Netbeans May 17 st...@teikav.edu.gr  
PlottingLargeSignals The modifications of the plotting system for fast plotting of large signals May 1 st...@teikav.edu.gr  
FFTInScalaLab FFT Transforms in ScalaLab Apr 29 st...@teikav.edu.gr  
BenchmarkingNativeCodeJavaScala Interesting benchmarking results: Native code no longer faster than Java/Scala. Apr 28 st...@teikav.edu.gr  
ConsistencyAcrossManyMatrixLibraries Design of ScalaSci in order to obtain consistency independently of the utilized library . Apr 21 st...@teikav.edu.gr  
NativeBLASInScalaLab Fast Computations with Native BLAS in ScalaLab. Apr 19 st...@teikav.edu.gr  
MatrixSelectUpdateOperations Selecting and updating Matrix ranges. Apr 17 st...@teikav.edu.gr  
ConventionsForMatrixTypes Important Conventions related to matrix types returned by global static routines, as rand(), ones() etc. Apr 10 st...@teikav.edu.gr  
LAPACKRoutinesExamples Examples of using LAPACK routines from ScalaLab. Apr 2 st...@teikav.edu.gr  
MultipleLibrariesAlgorithms Executing algorithms from multiple libraries on the RichDoubleDoubleArray type. Mar 30 st...@teikav.edu.gr  
NumAlSimplifiedInterface A simplified interface to NUMAL operating on zero-indexed Array[Array[Double]] or RichDoubleDoubleArrays. Mar 25 st...@teikav.edu.gr  
DirectJMathPlots Mar 24 st...@teikav.edu.gr  
PolynomialModelFittingExample Example of fitting data with a polynomial model Mar 24 st...@teikav.edu.gr  
NUMALLibrary Using the NUMAL Java Scientific Library Mar 24 st...@teikav.edu.gr  
MTJExamplesInScalaLab Examples on using the MTJ Library in ScalaLab Mar 24 st...@teikav.edu.gr  
MatrixNorms Computing matrix norms in ScalaLab using different libraries. Mar 20 st...@teikav.edu.gr  
ComputerAlgebra Computer Algebra in ScalaLab with the symja system. Jan 31 st...@teikav.edu.gr  
AdditionalPlottingExamples This page presents additional plotting examples using ScalaLab plotting routines Dec 24 st...@teikav.edu.gr  
LaTexRenderingOnScalaLabFigures The page documents how we can display LaTex formulas on ScalaLab plotting figures. Dec 20 st...@teikav.edu.gr  
ApacheCommonMathsLibraryInScalaLab The Apache Commons Math User Guide Adapted for ScalaLab Dec 12 st...@teikav.edu.gr  
FuzzySystemWithJFESExample We describe the construction of a simple fuzzy system from ScalaLab using the JFES (Java Fuzzy Expert System) toolbox. Nov 30 st...@teikav.edu.gr  
LibraryIndependentMatrixFunctionality The page describes the functionality of ScalaLab that is available independent of the particular utilized library (e.g. EJML, MTJ etc). Nov 20 st...@teikav.edu.gr  
LogicalProgrammingInScalaLab Programming in Logic with ScalaLab. Nov 1 st...@teikav.edu.gr  
NamedPlots Exploring the named parameters of Scala for the simplification of the interface to the plotting routines. Oct 2011 st...@teikav.edu.gr  
EJMLExamplesInScala Examples of using EJML in Scala for better scriptability. Oct 2011 st...@teikav.edu.gr  
EJMLInJava Using EJML in Java from ScalaLab. Oct 2011 st...@teikav.edu.gr  
UsingBoofCVForRealTimeVisionAndRobotics Using the BoofCV toolbox for real-time computer vision and robotics Oct 2011 st...@teikav.edu.gr  
symjaInScalaLab Using the symja Java Algebra system from ScalaLab. Oct 2011 st...@teikav.edu.gr  
FunctionalPlotsExample Demonstration of Functional Style Plotting Oct 2011 st...@teikav.edu.gr  
Benchmarking We present benchmark tests for ScalaLab Oct 2011 st...@teikav.edu.gr  
WaveletsWithScalaLab This page describes some aspects of using Wavelets in ScalaLab. Sep 2011 st...@teikav.edu.gr  
LearningScalaWithScalaLab Tutorial Examples on learning Scala concepts with ScalaLab. Aug 2011 st...@teikav.edu.gr  
ScalaCollectionsOperationsInScalaSci Using standard Scala Collections Operations with ScalaSci mathematical classes Aug 2011 st...@teikav.edu.gr  
BioScalaToolboxInScalaLab Bioinformatics with the BioScala toolbox in ScalaLab. Aug 2011 st...@teikav.edu.gr  
MTJInterfacing Interfacing Matrix Toolkit for Java (MTJ) Library in ScalaLab . Aug 2011 st...@teikav.edu.gr  
EJMLInterfacing A high-level interface to the EJML library. Aug 2011 st...@teikav.edu.gr  
DesignDiscussionMatricesWithCompactSyntax Specifying matrices with compact syntax in ScalaLab. Jul 2011 st...@teikav.edu.gr  
WEKAExamples Examples of using the WEKA machine learning and data mining framework Jul 2011 st...@teikav.edu.gr  
Encog3InstallationAndExample Installing the Encog3 toolbox and an example of using it. Jul 2011 st...@teikav.edu.gr  
WorkingWithEncogNeuralNetworks Using the Encog Java Neural Network library from ScalaLab Jul 2011 st...@teikav.edu.gr  
TutorialOnCompilingUsingExternalScalaCode How to compile and use Scala code in external files with ScalaLab29. Jul 2011 st...@teikav.edu.gr  
VISADInJavaFromScalaLab Using VISAD with Java from ScalaLab. Jul 2011 st...@teikav.edu.gr  
VIDADMatlabLikeInterfaceInScalaLab The Matlab-like interface of VISAD in ScalaLab. Jul 2011 st...@teikav.edu.gr  
ImplicitConversions Design of implicit conversions in ScalaLab Jul 2011 st...@teikav.edu.gr  
CompilingExecutingJavaCode How to execute Java code in ScalaLab Jul 2011 st...@teikav.edu.gr  
ResettingSwitchingScalaInterpreter How to reset the Scala Interpreter and to control the default scientific libraries that utilizes. Jul 2011 st...@teikav.edu.gr  
MultipleInterfacesToTheScalaInterpreter Multiple Interfaces to the Scala Interpreter Jul 2011 st...@teikav.edu.gr  
ODEExamples Solving ODEs in ScalaLab Jul 2011 st...@teikav.edu.gr  
MatlabJFreeChartInterface Matlab-like interface to JFreeChart Jul 2011 st...@teikav.edu.gr  
VISADMatlabLikeInterface A Matlab-like interface to the VISAD library Jul 2011 st...@teikav.edu.gr  
PlottingExamples Examples of Plotting with ScalaLab Jul 2011 st...@teikav.edu.gr  
  
Powered by Google Project Hosting