Sha256: e0b95e79d9bbc28a0f5ca48c3d53b254defcde9589319a939807ae50ab8f3d73

Contents?: true

Size: 1.54 KB

Versions: 4

Compression:

Stored size: 1.54 KB

Contents

# -*- coding: utf-8 -*-

##########################################################################################
# Copyright © 2013 Rodrigo Botafogo. All Rights Reserved. Permission to use, copy, modify, 
# and distribute this software and its documentation, without fee and without a signed 
# licensing agreement, is hereby granted, provided that the above copyright notice, this 
# paragraph and the following two paragraphs appear in all copies, modifications, and 
# distributions.
#
# IN NO EVENT SHALL RODRIGO BOTAFOGO BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, 
# INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF 
# THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF RODRIGO BOTAFOGO HAS BEEN ADVISED OF THE 
# POSSIBILITY OF SUCH DAMAGE.
#
# RODRIGO BOTAFOGO SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 
# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE 
# SOFTWARE AND ACCOMPANYING DOCUMENTATION, IF ANY, PROVIDED HEREUNDER IS PROVIDED "AS IS". 
# RODRIGO BOTAFOGO HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, 
# OR MODIFICATIONS.
##########################################################################################

require_relative 'test_creation'
require_relative 'test_matrix2d_floatingalgebra'
require_relative 'test_matrix2d_fixpointalgebra'
require_relative 'test_matrix1d_floatingalgebra'
#require_relative 'test_matrix1d_fixpointalgebra'
require_relative 'test_operations'
require_relative 'test_properties'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mdarray-0.5.6-java test/colt/matrix/test_complete.rb
mdarray-0.5.5.2-java test/colt/matrix/test_complete.rb
mdarray-0.5.5.1-java test/colt/matrix/test_complete.rb
mdarray-0.5.5-java test/colt/matrix/test_complete.rb