org.saddle.circe

Implicits

Implicits

implicit def frameDecoder[T : ScalarTag, RX : Order, CX : ScalarTag]: Decoder[Frame[RX, CX, T]]
implicit def frameEncoder[T : Encoder, RX : Encoder, CX : Encoder]: Encoder[Frame[RX, CX, T]]
implicit def indexDecoder[T : Order]: Decoder[Index[T]]
implicit def indexEncoder[T : Encoder]: Encoder[Index[T]]
implicit def matDecoder[T : ScalarTag]: Decoder[Mat[T]]
implicit def matEncoder[T : Encoder]: Encoder[Mat[T]]
implicit def seriesDecoder[T : ScalarTag, I : ScalarTag]: Decoder[Series[I, T]]
implicit def seriesEncoder[T : Encoder, I : Encoder]: Encoder[Series[I, T]]
implicit def vecDecoder[T : ScalarTag]: Decoder[Vec[T]]
implicit def vecEncoder[T : Encoder]: Encoder[Vec[T]]