User contributions
Jump to navigation
Jump to search
- 07:07, 25 March 2015 diff hist -400 Manual
- 07:04, 25 March 2015 diff hist +473 Procedural
- 06:52, 25 March 2015 diff hist +2,451 N Procedural Created page with "The procedural interface in EJML provides access to all of its capabilities and provides much more control over which algorithms are used and when memory is created. The down..."
- 07:40, 24 March 2015 diff hist -524 Download
- 06:40, 24 March 2015 diff hist +1,713 N Example Complex Math Created page with " The Complex64F data type stores a single complex number. Inside the ComplexMath64F class are functions for performing standard math operations on Complex64F, such as additio..."
- 21:29, 23 March 2015 diff hist +6,899 N Matrix Decompositions Created page with "#summary How to perform common matrix decompositions in EJML = Introduction = Matrix decomposition are used to reduce a matrix to a more simplic format which can be easily s..."
- 21:00, 23 March 2015 diff hist 0 m Main Page Protected "Main Page" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
- 06:59, 23 March 2015 diff hist +276 Manual
- 06:48, 23 March 2015 diff hist +3,565 N Random matrices, Matrix Features, and Matrix Norms Created page with "__TOC__ == Random Matrices == Random matrices and vectors are used extensively in Monti Carlo methods, simulations, and testing. There are many different types of ways in w..."
- 06:42, 23 March 2015 diff hist -27 Manual
- 06:39, 23 March 2015 diff hist +2,463 N Unit Testing Created page with "[http://en.wikipedia.org/wiki/Unit_testing Unit testing] is an essential part of modern software development that helps ensure correctness. EJML itself makes extensive use of..."
- 06:30, 23 March 2015 diff hist +85 Main Page
- 17:12, 22 March 2015 diff hist -565 Performance current
- 17:05, 22 March 2015 diff hist -1 Example Kalman Filter
- 17:04, 22 March 2015 diff hist +4,968 N Input and Output Created page with "EJML provides several different methods for loading, saving, and displaying a matrix. A matrix can be saved and loaded from a file, displayed visually in a window, printed to..."
- 08:38, 22 March 2015 diff hist -1 Manual
- 08:37, 22 March 2015 diff hist +30 N Complex Math Peter moved page Complex Math to Tutorial Complex current
- 08:37, 22 March 2015 diff hist 0 m Tutorial Complex Peter moved page Complex Math to Tutorial Complex
- 08:31, 22 March 2015 diff hist +116 Manual
- 08:29, 22 March 2015 diff hist +4 Tutorial Complex
- 08:29, 22 March 2015 diff hist +1,251 N Tutorial Complex Created page with "The introduction of complex matrices to EJML is very recent and he best way to handle them is still undecided. The only way to manipulate complex matrices is using a procedur..."
- 08:10, 22 March 2015 diff hist -8 Main Page
- 08:02, 22 March 2015 diff hist +7,569 N Solving Linear Systems Created page with "A fundamental problem in linear algebra is solving systems of linear equations. A linear system is any equation than can be expressed in this format: <pre> A*x = b </pre> w..."
- 22:18, 21 March 2015 diff hist -72 Example Levenberg-Marquardt
- 22:17, 21 March 2015 diff hist -68 Example Levenberg-Marquardt
- 22:16, 21 March 2015 diff hist +3,079 N Example Customizing Equations Created page with "While Equations provides many of the most common functions used in Linear Algebra, there are many it does not provide. The following example demonstrates how to add your own..."
- 22:11, 21 March 2015 diff hist +1 Manual
- 22:11, 21 March 2015 diff hist +72 Manual
- 22:10, 21 March 2015 diff hist +1,081 Equations
- 22:08, 21 March 2015 diff hist +12,134 N Equations Created page with "Writing succinct and readable linear algebra code in Java, using any library, is problematic. Originally EJML just offered two API's for performing linear algebra. A procedu..."
- 22:07, 21 March 2015 diff hist +1,677 Example Levenberg-Marquardt
- 21:56, 21 March 2015 diff hist +2,608 N Example Fixed Sized Matrices Created page with "Array access adds a significant amount of overhead to matrix operations. A fixed sized matrix gets around that issue by having each element in the matrix be a variable in the..."
- 21:54, 21 March 2015 diff hist +4,002 N Example Customizing SimpleMatrix Created page with " SimpleMatrix provides an easy to use object oriented way of doing linear algebra. There are many other problems which use matrices and could use SimpleMatrix's functiona..."
- 21:50, 21 March 2015 diff hist +117 Manual
- 21:47, 21 March 2015 diff hist +8 Example Kalman Filter
- 21:38, 21 March 2015 diff hist -2 Manual
- 21:37, 21 March 2015 diff hist -187 Example Polynomial Roots
- 21:36, 21 March 2015 diff hist +2,255 N Example Polynomial Roots Created page with "Eigenvalue decomposition can be used to find the roots in a polynomial by constructing the so called [http://en.wikipedia.org/wiki/Companion_matrix companion matrix]. While f..."
- 21:34, 21 March 2015 diff hist +5,035 N Example Polynomial Fitting Created page with "In this example it is shown how EJML can be used to fit a polynomial of arbitrary degree to a set of data. The key concepts shown here are; 1) how to create a linear using Li..."
- 21:32, 21 March 2015 diff hist -14 Manual
- 21:30, 21 March 2015 diff hist +8,831 N Example Principal Component Analysis Created page with "Principal Component Analysis (PCA) is a popular and simple to implement classification technique, often used in face recognition. The following is an example of how to implem..."
- 21:25, 21 March 2015 diff hist +32 Manual
- 20:31, 21 March 2015 diff hist -2 Manual
- 20:29, 21 March 2015 diff hist +11,554 N Example Levenberg-Marquardt Created page with "Levenberg-Marquardt is a popular non-linear optimization algorithm. This example demonstrate how a basic implementation of Levenberg-Marquardt can be created using EJML's Pr..."
- 20:23, 21 March 2015 diff hist +164 Frequently Asked Questions
- 20:22, 21 March 2015 diff hist +46 Manual
- 20:19, 21 March 2015 diff hist 0 MediaWiki:Sidebar
- 20:19, 21 March 2015 diff hist +196 N MediaWiki:Sidebar Created page with " * navigation ** mainpage|mainpage-description ** manual|manual ** download|download ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help * SEARCH..."
- 20:13, 21 March 2015 diff hist +15 Example Kalman Filter
- 20:11, 21 March 2015 diff hist +270 Example Kalman Filter