Partition

object Partition
Companion
class
class Object
trait Matchable
class Any

Type members

Types

type Aux[F[_], R, Model0, Matrix0, Ppv0, NodeClv0, TipClv0] = Partition[F, R] { type Model = Model0; type Matrix = Matrix0; type Ppv = Ppv0; type NodeClv = NodeClv0; type TipClv = TipClv0; }

Value members

Concrete methods

def fromKernel[F[_], R](partition: PartitionKernel[F, R])(using evidence$1: MonadCancelThrow[F]): Aux[[_] =>> Resource[F, _$4], R, Model, Matrix, Ppv, NodeClv, TipClv]