Skip to content

Commit

Permalink
Changed package to 'viktor'
Browse files Browse the repository at this point in the history
  • Loading branch information
superbobry committed Oct 15, 2015
1 parent 28bcc52 commit 5921b67
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jetbrains.bio.strided
package org.jetbrains.bio.viktor

import org.apache.commons.math3.util.FastMath

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jetbrains.bio.strided
package org.jetbrains.bio.viktor

/** A special object used to denote *all indices*. */
public object _ {}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jetbrains.bio.strided
package org.jetbrains.bio.viktor

/**
* A strided matrix stored in a flat double array.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jetbrains.bio.strided
package org.jetbrains.bio.viktor

import java.util.*
import java.util.stream.IntStream
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jetbrains.bio.strided
package org.jetbrains.bio.viktor

import java.util.*

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jetbrains.bio.strided
package org.jetbrains.bio.viktor

import info.yeppp.Core
import org.apache.commons.math3.util.FastMath
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import org.jetbrains.bio.strided.StridedMatrix
import org.jetbrains.bio.strided.StridedMatrix2
import org.jetbrains.bio.strided.StridedMatrix3
package org.jetbrains.bio.viktor

import org.junit.Test
import kotlin.test.assertEquals
import kotlin.test.assertNotEquals
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package org.jetbrains.bio.viktor

import org.apache.commons.math3.distribution.NormalDistribution
import org.apache.commons.math3.stat.descriptive.summary.Sum
import org.apache.commons.math3.util.Precision
import org.jetbrains.bio.jni.SIMDMath
import org.jetbrains.bio.strided.*
import org.junit.Assert
import org.junit.Test
import java.util.stream.IntStream
Expand Down

0 comments on commit 5921b67

Please sign in to comment.