Skip to content

Commit

Permalink
Add RealTensor and RealTensorSlice (fix #36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Isaza committed Nov 17, 2015
1 parent bd88727 commit c7a29fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Real.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ public typealias Real = Double
public typealias RealArray = ValueArray<Real>
public typealias RealArraySlice = ValueArraySlice<Real>
public typealias RealMatrix = Matrix<Real>

public typealias RealTensor = Tensor<Real>
public typealias RealTensorSlice = TensorSlice<Real>

0 comments on commit c7a29fa

Please sign in to comment.