ReIndexer

org.saddle.index.ReIndexer$
See theReIndexer companion trait
object ReIndexer

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ReIndexer.type

Members list

Value members

Concrete methods

def apply[T](lft: Option[Array[Int]], rgt: Option[Array[Int]], ix: Index[T]): ReIndexer[T]

Factory to produce a new org.saddle.index.ReIndexer instance

Factory to produce a new org.saddle.index.ReIndexer instance

Type parameters

T

The type of the index

Value parameters

ix

The joint index

lft

The left indexer

rgt

The right indexer

Attributes